home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Graphics / Commander / definitions / Tutorial_3-B.def < prev    next >
Encoding:
Text File  |  2000-03-23  |  236 b   |  22 lines

  1. Define Font "Font1" (
  2.     Name "Topaz2.font"
  3.     Size 8
  4. )
  5.  
  6. Define Window "Main" (
  7.     Position 10 20
  8.     Size 150 200
  9.     Title
  10. )
  11.  
  12. Window "Main" (
  13.     Text "Plain Text" (
  14.         Position 20 35
  15.     )
  16.     Text "Shadow Text" (
  17.         Position 20 50
  18.         Color 2
  19.         Shadow
  20.     )
  21. )
  22.